Welcome![Sign In][Sign Up]
Location:
Search - wince library

Search list

[Communication-MobileCComm

Description: 串口C++类库,用于WINDOWS和WINCE操作系统下串口通讯.-Serial C++ class library for WINDOWS and WINCE operating system serial communication.
Platform: | Size: 5120 | Author: tiger | Hits:

[Dialog_WindowCEG

Description: CEDraw is high speed graphics library in WinCE. It depends on GAPI .
Platform: | Size: 281600 | Author: Cooper Chen | Hits:

[Windows CEDinkumware_STL_lib

Description: WinCE & window 系统的微型STL库-STL library for embedded system
Platform: | Size: 5895168 | Author: LJ | Hits:

[Windows CEMyCeMAPI

Description: 一个在WINCE上用于读取系统短信息的库,我自己参考其他资料写的-WINCE on a short message reading system for the library, I have made reference to other information written by
Platform: | Size: 3072 | Author: dmh | Hits:

[Windows CEPocketTopologySuite

Description: NetTopologySuite是著名的JTS Topology Suite的C#/.net版本,简称NTS,JTSTopology Suite为一个OpenGIS标准的GIS分析、操作类库 这个是wince版的,开发环境 WM5.0-NetTopologySuite is the famous JTS Topology Suite in C# /. Net version, referred to as NTS, JTSTopology Suite is an OpenGIS standard GIS analysis, this is the wince version of library operations, and development environment, WM5.0
Platform: | Size: 1251328 | Author: 杨宗伟 | Hits:

[Delphi VCLsynapse39

Description: Synapse TCP/IP 组件 支持基于TCP/IP协议,软件开发组件 支持版本: Delphi 3-7, Delphi 2005-2007, C++Builder, Kylix 1-3 or FreePascal 2.x.x experimental Delphi.NET (Delphi 8+) experimental Delphi 2009+-Synapse TCP/IP library Requirements Win32 operating system (Win9x, WinNT, WinME, Win2k, WinXP,… Not Win32s or WinCE!!!) or Unix/Linux operating system. TCP/IP protocol Winsock 2.0 and more (under windows), LIBC under Linux for Kylix, or Sockets support by Frepascal on Unix/Linux Delphi 3-7, Delphi 2005-2007, C++Builder, Kylix 1-3 or FreePascal 2.x.x experimental Delphi.NET (Delphi 8+) experimental Delphi 2009+
Platform: | Size: 710656 | Author: Yexz | Hits:

[Windows DevelopCEGraph

Description: CEDraw is high speed graphics library in WinCE. It depends on GAPI . This code was written in C++ using embedded VC++ to compile it. Testing was done on an iPaq h3600 with WinCE 3.0. CEDraw use double buffer and direct write video buffer technology to enhance Draw speed. With its own graphics arithmetic the drawing speed is much faster than WinGDI.-CEDraw is high speed graphics library in WinCE. It depends on GAPI. This code was written in C++ using embedded VC++ to compile it. Testing was done on an iPaq h3600 with WinCE 3.0. CEDraw use double buffer and direct write video buffer technology to enhance Draw speed. With its own graphics arithmetic the drawing speed is much faster than WinGDI.
Platform: | Size: 305152 | Author: Tony | Hits:

[Windows CEa00001

Description: ffmpeg库在wince下的使用,也是自己写的哦~-my ce app test using ffmpeg library.
Platform: | Size: 24576 | Author: nbxiong | Hits:

[Windows CElibaggplus

Description: agg plus , fast 2d graphic library for wince
Platform: | Size: 6678528 | Author: wisdom | Hits:

[Windows CEwince6.0resourceDLL

Description: 在wince下创建纯资源动态链接库DLL,并调用创建的DLL库。-In wince resources to create pure dynamic link library DLL, and call to create the DLL library.
Platform: | Size: 58368 | Author: 憔悴 | Hits:

[Windows CEwceui_gif

Description: wceui界面库实现gif图片效果的实例,其实使用多张wince下的bmp565图片有xml动态加载实现的。-wceui gif image effects library implements the interface instance, in fact, use more than wince under the dynamic loading xml bmp565 image has achieved.
Platform: | Size: 1680384 | Author: 王键 | Hits:

[Windows CEwceui_slider

Description: 使用wceui界面库在wince下实现的slider;可供学习wceui界面库的使用。-Wince with wceui interface library to achieve the slider for learning wceui interface library use.
Platform: | Size: 6540288 | Author: 王键 | Hits:

[Windows CEWinCE_Driver1

Description: 调用directshow出现链接错误,如何解决? player.obj : error LNK2001: unresolved external symbol _IID_IVideoWindow player.obj : error LNK2001: unresolved external symbol _IID_IMediaControl 这是因为链接器没有找到合适的.lib文件。两种办法: 1、在EVC菜单Tools—options—directories 里把library files的路径重新调整一下。如果你只安装了EVC自带的 Standard SDK而没有其它SDK,可以指定WINCE目录中的.lib文件路径,例如D:\WINCE500\PUBLIC\DIRECTX\ OAK\LIB\X86\RETAIL。注意CPU的类型。 2、安装SDK,前提是导出SDK的PB内核工程必须包括DirectShow或者其它组件。 -Call directshow link errors, how to solve? player.obj: error LNK2001: unresolved external symbol _IID_IVideoWindow player.obj: error LNK2001: unresolved external symbol _IID_IMediaControl This is because the linker does not find suitable. lib file. In two ways: 1, in the EVC menu Tools-options-directories in the path of the library files to re-adjust. If you only installed the Standard SDK EVC own and not the other SDK, you can specify the directory in WINCE. Lib file path, for example D: \ WINCE500 \ PUBLIC \ DIRECTX \ OAK \ LIB \ X86 \ RETAIL. Note CPU type. 2, the installation of SDK, SDK, provided that the PB cores derived works must include the DirectShow or other components.
Platform: | Size: 14336 | Author: chenl | Hits:

[Windows CEWinCE_Driver3

Description: 为什么WINCE目录下的例子用build+sysgen能够编译成EXE文件,而我添加的例子就不能编译呢? 如果这个例子是一个应用程序,那么肯定包括代码文件(.h .c .cpp)和资源文件(.rc和其它资源文件),build工具根据source文件内容把代码文件编译成lib文件,资源文件编译成.res文件,sysgen工具根据makefile文件内容将source文件中列出的需要链接的各个库文件合并成一个EXE文件。所以说关键在于makefile文件,WINCE目录下凡是能够用-Why WINCE directory example of using the build+ sysgen able to compile into EXE files, and I can not compile the example to add it? If this example is an application, it must include the code file (. H. C. Cpp) and the resource file (. Rc and other resource files), build tools based on source code files to compile the contents of the file into a lib file, resource file is compiled into. res files, sysgen tool according to the makefile file contents will be listed in the source files need to link the various library files into one EXE file. So the key is makefile file, WINCE directory of those who can use
Platform: | Size: 12288 | Author: chenl | Hits:

[Windows CEHookCE32

Description: wince下HOOK编程,阐释了wince下钩子的使用,此代码为一简单的钩子动态库-HOOK wince under the program, explains the use of wince under the hook, the code is a simple hook dynamic library
Platform: | Size: 3608576 | Author: 陈浩然 | Hits:

[Video Capturelibjpeg_evc

Description: libjpeg库evc源码,可用于wince视频采集开发工程应用中。 -libjpeg library evc source code can be used for development projects wince video capture applications.
Platform: | Size: 1029120 | Author: 李建民 | Hits:

[Windows CESDMMC

Description: wince下SDMMC卡的操作,自己看英文的说明吧,很详细-======================================================================== Microsoft Foundation Class Library for Windows CE: SDMMC ======================================================================== AppWizard has created this SDMMC application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application. This file contains a summary of what you will find in each of the files that make up your SDMMC application. SDMMC.h This is the main header file for the application. It includes other project specific headers (including Resource.h) and declares the CSDMMCApp application class. SDMMC.cpp This is the main application source file that contains the application class CSDMMCApp. SDMMC.rc This is a listing of all of the Microsoft Windows CE resources that the program uses. It includes the icons, bitmaps, and cursors that are st
Platform: | Size: 44032 | Author: 小蜇 | Hits:

[Windows CECEGraph

Description: CEDraw是一个在WinCE中实现高速画图的库,包含头文件、库文件、DLL文件和使用例子-CEDraw WinCE is a high-speed drawing in the library, include the header files, library files, DLL files, and use examples
Platform: | Size: 351232 | Author: shaofeng | Hits:

[Windows CEwce_lock

Description: 使用WceUi界面库实现iPhone效果锁屏,在wince 平台上可以直接运行.-Use WceUi interface library to achieve the effect iPhone lock screen, in wince platform can run.
Platform: | Size: 6375424 | Author: guodongdong | Hits:

[Button controlwceui_dragclock

Description: 使用WceUi界面库实现可拖动的时钟,对于学习Wince界面开发的很有帮助-Use WceUi interface library can be drag to achieve the clock for the interface development is helpful to learn Wince
Platform: | Size: 7335936 | Author: guodongdong | Hits:
« 1 2 3 45 6 »

CodeBus www.codebus.net